home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 103 / PC Format Issue 103 (Christmas 1999) Cover CD Disc 1.iso / pcf / DosRun.bat < prev    next >
DOS Batch File  |  1996-09-25  |  155b  |  11 lines

  1. @echo off
  2. if exist c:\windows\dosstart.bat call c:\windows\dosstart.bat
  3. %1
  4. cd %2
  5. call %3
  6. @echo.
  7. @echo Type EXIT [Enter] to return to Windows.
  8.  
  9.  
  10.  
  11.